Skip to content

ScheduledItem class

Defined in

Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll Full name: System.Reactive.Concurrency.ScheduledItem<T1, T2> Modifiers: public sealed

Summary

        Represents a scheduled work item based on the materialization of an IScheduler.Schedule method call.
        

Applies to

netstandard2.0

Class hierarchy
classDiagram
class ScheduledItem~T1,T2~
class ScheduledItem~TAbsolute~
ScheduledItem~TAbsolute~ <|-- ScheduledItem~T1,T2~

Inherits from: ScheduledItem

Constructors

NameSummary
.ctorCreates a materialized work item.

Methods

NameSummary
InvokeCoreInvokes the scheduled action with the supplied recursive scheduler and state.
Inherited members